home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.safeoffsite.com.au/protect/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.safeoffsite.com.au/protect/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://www.safeoffsite.com.au/protect/">
- <s:element name="protect">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actualfile_name" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actualfile_path" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="actualfile_size" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="encryptedfile_name" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="encryptedfile_size" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="encryptedfile_path" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientdate" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="isdelta" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="systemname" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cachefilesize" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="uniquekey" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="iIsCompressed" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="protectResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="protectResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="protect2">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actualfile_name" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actualfile_path" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="actualfile_size" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="encryptedfile_name" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="encryptedfile_size" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="encryptedfile_path" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientdate" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="isdelta" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="systemname" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cachefilesize" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="uniquekey" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="iIsCompressed" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="lngFileSizeInBytesFromClient" type="s:long" />
- <s:element minOccurs="1" maxOccurs="1" name="lngBaselinePkForThisDelta" type="s:long" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="protect2Response">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="protect2Result" type="tns:ReturnCode" />
- <s:element minOccurs="0" maxOccurs="1" name="argStrOutErrorDesc" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="argLngBaselinePkInserted" type="s:long" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:simpleType name="ReturnCode">
- <s:restriction base="s:string">
- <s:enumeration value="Success" />
- <s:enumeration value="FileNotProperlyUploaded" />
- <s:enumeration value="BaseLineFileAlreadyUploaded" />
- <s:enumeration value="BaselineRecordSpecifiedNotFound" />
- <s:enumeration value="StoredProcedureIsMissing" />
- <s:enumeration value="InsertOrUpdateFailed" />
- <s:enumeration value="DeadlockCondition" />
- <s:enumeration value="GeneralError" />
- <s:enumeration value="UserNotFound" />
- </s:restriction>
- </s:simpleType>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="protectSoapIn">
- <wsdl:part name="parameters" element="tns:protect" />
- </wsdl:message>
- <wsdl:message name="protectSoapOut">
- <wsdl:part name="parameters" element="tns:protectResponse" />
- </wsdl:message>
- <wsdl:message name="protect2SoapIn">
- <wsdl:part name="parameters" element="tns:protect2" />
- </wsdl:message>
- <wsdl:message name="protect2SoapOut">
- <wsdl:part name="parameters" element="tns:protect2Response" />
- </wsdl:message>
- <wsdl:portType name="ProtectSvcSoap">
- <wsdl:operation name="protect">
- <wsdl:input message="tns:protectSoapIn" />
- <wsdl:output message="tns:protectSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="protect2">
- <wsdl:input message="tns:protect2SoapIn" />
- <wsdl:output message="tns:protect2SoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ProtectSvcSoap" type="tns:ProtectSvcSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <wsdl:operation name="protect">
- <soap:operation soapAction="http://www.safeoffsite.com.au/protect/protect" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="protect2">
- <soap:operation soapAction="http://www.safeoffsite.com.au/protect/protect2" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ProtectSvc">
- <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">SOS Protect Web Service</documentation>
- <wsdl:port name="ProtectSvcSoap" binding="tns:ProtectSvcSoap">
- <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/protect/wsprotect.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>